home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 050a / snr53b.zip / TABULAR2.S < prev    next >
Text File  |  1993-05-30  |  1KB  |  22 lines

  1. \  TABULAR2.S
  2. \  This table, believe it or not, removes unwanted spaces before
  3. \  a column tab. Run this table after TABULAR.S
  4.  
  5. \  NOTE: if you have changed TABULAR.S to write a different set of
  6. \  tab codes between columns, you might also have to change this table
  7. \  to reflect that. This table assumes that some code beginning with
  8. \  a left bracket was used in TABULAR.S. If you have used, say, an
  9. \  ASCII tab character (\09) instead, enter that in this table in place
  10. \  of the bracket.
  11.  
  12. \  Let's also take care of leaders and rules
  13.  
  14. \20\20=*ic\20        \ remove two or more spaces altogether
  15. $=$ *ic\20           \ allow a space after a dollar sign
  16. ....=[ldr]*ic.       \ 4 dots to a leader code, ignore other '.'
  17. ----=[rule]*ic-_     \ 4 hyphens to a rule, ignore other '-' or '_'
  18. ____=[rule]*ic-_     \ 4 underlines to a rule, ignore other '-' or '_'
  19.  
  20.  \^*(30) [=[      \ variable length number of spaces followed by a left
  21.                   \ bracket, gets thrown out
  22.